home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / gui / precog2_1.lha / Precognition2_1 / src / src.lha / Library / CheckBoxClass.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-12-26  |  444 b   |  22 lines

  1. /* ==========================================================================
  2. **
  3. **                          CheckBoxClass.h
  4. **
  5. **   ©1991 WILLISoft
  6. **
  7. ** ==========================================================================
  8. */
  9.  
  10. #ifndef CHECKBOXCLASS_H
  11. #define CHECKBOXCLASS_H
  12.  
  13. #include "CheckBox.h"
  14. #include "ValuatorClass.h"
  15.  
  16.  
  17. struct ValuatorClass *CheckBoxClass( void );
  18.  
  19. void CheckBoxClass_Init( struct ValuatorClass *class );
  20.  
  21.  
  22. #endif